/* Ã¥â€¦Â¬Ã¥â€¦Â±Ã¦Â Â·Ã¥Â¼Â */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


/* 滚动条的滑轨背景颜色 */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 6px;
}

/* 滑块颜色 */
::-webkit-scrollbar-thumb:vertical {
  height: 2px;
  background-color: rgb(202, 196, 196);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 2px;
  background-color: rgb(202, 196, 196);
  -webkit-border-radius: 6px;
}

/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
::-webkit-scrollbar-corner {
  background-color: transparent;
}


html,
body {
  height: 100%;
}

body {
  min-width: 1200px;
  overflow: auto;
  background-color: #F5F8FA;
  font-size: 16px;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

input,
input:hover,
input:active,
input:focus {
  outline: none;
  border: none;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Ã©Â¡ÂµÃ¥Â¤Â´Ã©Æ’Â¨Ã¥Ë†â€ ---Ã¥Â¼â‚¬Ã¥Â§â€¹ */
.page-header {
  width: 100%;
  height: 190px;
  background: url(../images/a_head.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 440px;
}

.page-header-contentWrap {
  max-width: 1600px;
  min-width: 1200px;
  position: relative;
  height: 100%;
  margin: 0 auto;

}

.page-header-content {
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  align-items: flex-start;
  position: relative;
  height: 100%;
  padding: 80px 20px 0;
  max-width: 1600px;
  flex-direction: column;
  align-items: center;
}

.head-infoWrap {
  position: absolute;
  right: 0;
  top: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
}

.head-infoWrap * {
  color: #fff;
  cursor: pointer;
}

.head-logininfo {
  display: flex;
  align-items: center;
}

.login {
  display: none;
}

.unlogin {
  display: flex;
}

.head-msgNumWrap {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 0 28px;
  /* display: none; */
}

.head-msgNum {
  position: absolute;
  top: -6px;
  right: -7px;
  min-width: 18px;
  height: 18px;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  background: #FF5F2E;
  padding: 0 5px;
  display: none;
}

.head-lingImg {
  position: absolute;
}

.head-logininfo.login {
  display: none;
}

.head-logininfo div {
  cursor: pointer;
}

.head-logininfo img {
  width: 28px;
  height: 28px;
}

.head-logininfo1 {
  margin-right: 30px;
  position: relative;
  padding-left: 4px;
}

.head-logininfo1::after {
  content: " ";
  width: 1px;
  height: 18px;
  background: #fff;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.heade-logo {
  /* width: 563px;
  height: 104px; */
  width: 40%;
  max-width: 563px;
}

.head-searchWrap {
  padding: 20px 0 0 0;
  /* flex: 1; */
}

.logoTextWrap {
  text-align: center;
}

.logoTextWrap .chineseLogo {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 58px;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 6px;
  text-shadow: 2px 2px 0px rgba(6, 31, 48, 0.58);
  font-style: normal;
  margin-bottom: 10px;
  letter-spacing: 7px;
}

.logoTextWrap .chineseMiniLogo {
  font-family: Helvetica;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
  text-shadow: 1px 1px 0px rgba(14, 62, 96, 0.43);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 15px;
  margin-top: 5px;
  display: none;
}

.logoTextWrap .englishLogo {
  font-family: Helvetica;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  text-shadow: 1px 1px 0px rgba(14, 62, 96, 0.43);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.56px;
}

.head-search-filterList {
  overflow: hidden;
  margin-bottom: 5px;
  min-height: 30px;
}

.head-search-filterList li {
  float: left;
  padding: 5px 14px 10px;
  cursor: pointer;
  line-height: 16px;
  color: #fff;
}

.head-search-filterList li.head-search-active {
  background: url(../images/a_bg_01.png) no-repeat;
  background-size: 100% 100%;
  color: #0095FF;
  font-size: 16px;
}

.head-search-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.head-search-inner div:first-child{
  display:none;
}

.head-search-inner .pullDown {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 134px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.head-search-select {
  width: 160px;
  height: 48px;
  padding: 0 10px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #DFE3E6;
  margin: 0 10px 0 0;
  outline: none;
  color: #212121;
  opacity: 1;
  font-size: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: none;
}

.head-search-select option{
  height: 20px;
}

.heade-search-iptWrap {
  height: 48px;
  line-height: 48px;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 6px;
  flex: 1;
  width: 0;
  font-size: 18px;
  color: #212121;
}

.heade-search-iptWrap option {
  height: 34px;
  line-height: 34px;
  color: #606266;
}

.heade-search-iptWrap option[disabled] {
  color: #A8abb2;
}

.head-search-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin: 0 20px 0 20px;
}

.head-search-ipt {
  flex: 1;
  flex-shrink: 0;
  height: 100%;
}

.head-search-ipt::placeholder {
  font-size: 18px;
  color: #666666;
  line-height: 46px;
}

.head-search-btn {
  width: 140px;
  height: 48px;
  line-height: 48px;
  background: #FF5F2E;
  border-radius: 0px 6px 6px 0px;
  font-size: 18px;
  color: #FFFFFF;
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
}

.barrierFree {
  font-size: 16px;
  color: #EBF1F5;
  cursor: pointer;
  margin-left: 20px;
}

.head-expandMenuWrap {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 0 0 20px;
}

.head-expandMenuWrap:hover .head-expandIcon {
  transform: rotate(180deg);
}

.head-expandMenuWrap:hover .head-expandMenu {
  display: inline-block;
}

.head-expandIcon {
  transition: all 0.2s;
  transform: rotate(0deg);
  width: 24px;
  height: 24px;
  cursor: pointer;
  transform-origin: center center;
  vertical-align: middle;
  margin-right: 10px;
}

.head-expandMenu {
  display: none;
  position: absolute;
  left: 0;
  top: 190px;
  border: 30px solid rgba(0, 149, 255, 0.92);
  background: rgb(0, 149, 255);
  opacity: 0.9;
}

.head-expandMenu .sidebar-wrap {
  background: rgba(0, 149, 255, 0.92);
}

/* .head-expandIcon:hover{
    transform: rotate(180deg);
  } */
/* .head-expandIcon:hover + .head-expandMenu{
    display: inline-block;
    position: fixed;
  } */

.head-returnHome {
  vertical-align: middle;
  display: inline-block;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  cursor: pointer;
}

/* Ã©Â¡ÂµÃ¥Â¤Â´Ã©Æ’Â¨Ã¥Ë†â€ ---Ã§Â»â€œÃ¦ÂÅ¸ */



/* Ã©Â¡ÂµÃ¨â€žÅ¡ Ã¥Â¼â‚¬Ã¥Â§â€¹  */
.page-footerOne {
  padding: 30px 0 0;
  background: #EBF7FF;
}

.page-footerLink,
.page-footer-select {
  padding-bottom: 20px;
}

.page-footerLink a {
  font-size: 16px;
  color: #0095FF;
  margin: 0 20px;
  position: relative;
  display: inline-block;
}

.page-footerLink a::after {
  content: ' ';
  width: 1px;
  height: 16px;
  background: #0095FF;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.page-footerLink a:last-child::after {
  content: '';
  display: none;
}

.page-footer-select select {
  width: 260px;
  height: 40px;
  padding: 0 10px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DFE3E6;
  margin: 0 10px;
  outline: none;
  color: #666666;
}

.page-footerTwo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  background: #DFE7F0;
}

.page-footerTwo-left {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: pre-wrap;
  margin-right: 20px;
}

.page-footerTwo div {
  width: max-content;
}

.page-footerTwo-right {
  display: flex;
  align-items: center;
}

/* Ã©Â¡ÂµÃ¨â€žÅ¡ Ã§Â»â€œÃ¦ÂÅ¸  */

/* Ã¤Â¾Â§Ã¨Â¾Â¹Ã¦Â Â Ã¥Â¼â‚¬Ã¥Â§â€¹  */
.sidebar-wrap {
  width: 200px;
  background: #0285E3;
  display: none;
  flex-shrink: 0;
  min-height: 440px;
  /* min-height: 600px; */
}

.home-newcss {
  background: #04519D;
}

.sidebar-wrap .sidebar-item {
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
  display: none;
}

.sidebar-item-active {
  background: #0095FF;
}

.home-newcss .sidebar-item-active {
  background: #04519D;
}

.sidebar-wrap .sidebar-inner {
  height: 60px;
  border-bottom: 1px solid #56B9FF;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}

.sidebar-wrap .sidebar-icon {
  width: 32px;
  height: 32px;
  margin-right: 28px;
}

.sidebar-wrap .sidebar-text {
  flex: 1;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
  font-size: 20px;
  color: #FFFFFF;
}

/* Ã¤Â¾Â§Ã¨Â¾Â¹Ã¦Â Â Ã§Â»â€œÃ¦ÂÅ¸  */

/* Ã¥Â¤â€žÃ¥Â®Â¤  Ã¤Â¾Â§Ã¨Â¾Â¹Ã¦Â Â Ã¥Â¼â‚¬Ã¥Â§â€¹  */
.cs-sidebar-wrap {
  width: 200px;
  background: #0285E3;
  text-align: center;
  display: none;
  flex-shrink: 0;
}

.head-expandMenu .cs-sidebar-wrap {
  background: transparent;
}

.cs-sidebar-wrap .sidebar-item {
  width: 100%;
  padding: 20px 30px 0;
  cursor: pointer;
  height: 120px;
  display: none;
  position: relative;
}

.cs-sidebar-wrap .sidebar-item::after {
  content: " ";
  width: calc(100% - 60px);
  height: 1px;
  background-color: #56B9FF;
  position: absolute;
  bottom: 0;
  left: 30px;
}

.cs-sidebar-wrap .sidebar-item:last-child:after {
  display: none;
}

.cs-sidebar-wrap .sidebar-icon {
  width: 48px;
  height: 48px;
}

.cs-sidebar-wrap .sidebar-text {
  padding-top: 14px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
}

/* .cs-sidebar-item{ 
    width: 100%;
    padding: 20px 30px 0 ;
    cursor: pointer;
    height: 120px;
    display: none;
  }

  .cs-sidebar-item-active{
    background: #0095FF;
  } */

.cs-sidebar-inner {
  border-bottom: 1px solid #56B9FF;
  height: 100%;
}

/* .cs-sidebar-icon{
    width: 48px;
    height: 48px;
  } */

/* .cs-sidebar-text{
    padding-top: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
  } */
/* Ã¥Â¤â€žÃ¥Â®Â¤  Ã¤Â¾Â§Ã¨Â¾Â¹Ã¦Â Â Ã§Â»â€œÃ¦ÂÅ¸  */

/* swiper */
.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #F5F8FA;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #0095FF;
}

/* tab Ã¦Â â€¡Ã§Â­Â¾Ã¥Ë†â€”Ã¨Â¡Â¨  Ã¥Â¼â‚¬Ã¥Â§â€¹ */

.stc-tabList-wrap {
  display: flex;
  align-items: center;
}

.stc-tabLeft,
.stc-tabRight {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.stc-tabLeft {
  margin-right: 10px;
}

.stc-tabRight {
  margin-left: 10px;
}

.stc-tabList {
  flex: 1;
  border-bottom: 1px solid #FF5F2E;
}

.stc-tabItem {
  display: inline-block;
  width: max-content;
  padding: 0 14px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.stc-tabItem-active {
  color: #FFFFFF;
  background: #FF5F2E;
}

.stc-tabItem-active a {
  color: #fff;
}

.stc-tabDataList {
  display: none;
}

.stc-tabDataList li {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #212121;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #DFE3E6;
}

.stc-tabDataList li a {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #212121;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #DFE3E6;
}

.stc-tabDataList li img {
  width: 12px;
  height: 12px;
}

.stc-tabDataItem-text {
  flex: 1;
  padding-left: 6px;
  max-width: calc(100% - 130px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 16px;
  color: #212121;
}

.stc-tabDataItem-text:hover {
  color: #0095FF;
}

.stc-tabDataItem-date {
  font-size: 16px;
  color: #666666;
}

/* tab Ã¦Â â€¡Ã§Â­Â¾Ã¥Ë†â€”Ã¨Â¡Â¨  Ã§Â»â€œÃ¦ÂÅ¸ */


.page-mainBody {
  min-height: calc(100% - 320px);
  padding: 0 20px 20px !important;
}


/* Ã¥Â¼Â¹Ã§Âªâ€” */
.flex-center {
  display: flex;
  align-items: center;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.msgFixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.warnMsg {
  width: fit-content;
  max-width: 450px;
  border-radius: 4px;
  background-color: #fdf6ec;
  padding: 15px 19px;
  border: 1px solid #faecd8;
  color: #e6a23c;
  font-size: 14px;
  margin-top: 16px;
  display: none;
}

.warnMsg i {
  margin-right: 10px;
}

.warnMsg i {
  height: 20px;
}

/* ======= */
.dialogFixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.dialog-wrap {
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 520px;
  font-size: 16px;
}

.dialog-wrap i {
  width: 20px;
  height: 20px;
}

.dialog-wrap svg {
  width: 20px;
  height: 20px;
}

.dialog-header {
  height: 48px;
  line-height: 48px;
  background: #0095ff;
  color: #ffffff;
  border-radius: 8px 8px 0px 0px;
  padding-left: 20px;
  color: #ffffff;
}

.dialog-close {
  position: absolute;
  padding: 5px 10px 0;
  right: 0;
  top: 0;
  cursor: pointer;
}

.dialog-content {
  background-color: #ffffff;
  padding: 35px 16px;
  line-height: 24px;
  text-align: center;
}

.dialog-text {
  color: #212121;
  font-size: 16px;
  padding-left: 4px;
}

.kongImg {
  width: 120px;
  height: 120px;
}

.kongTip {
  color: #909399;
  font-size: 16px;
}

.dialog-footer {
  border-radius: 0 0 8px 8px;
  background-color: #ffffff;
  padding: 5px 15px 8px;
  border-top: 1px solid #dfe3e6;
  display: flex;
  justify-content: flex-end;
}

.dialog-cancle,
.dialog-submit {
  display: inline-block;
  padding: 7px 14px;
  line-height: 1;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

.dialog-cancle {
  border: 1px solid #0095ff;
  color: #0095ff;
  background: #ebf7ff;
}

.dialog-submit {
  border: 1px solid #0095ff;
  color: #ffffff;
  background: #0095ff;
  margin-left: 10px;
}


/* è‡ªå®šä¹‰åˆ†é¡µ */
.vanlinks-pager {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  padding: 20px 0;
}

.vanlinks-pager a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  min-width: 38px;
  text-align: center;
  border-radius: 0px;
  border: 1px solid #eee;
  background: white;
  margin-right: 5px;
  color: #333;
  box-sizing: border-box;
  font-size: 14px;
  vertical-align: top;
}

.vanlinks-pager a:hover {
  color: #333;
  background: #eee;
  border: 1px solid green;
}

.vanlinks-pager a.cur {
  color: white;
  background: #1b6fe2;
  border: 1px solid #1b6fe2;
}

.vanlinks-pager a.lose {
  cursor: default;
  color: white;
  background: #ccc;
  border: 1px solid #ededed;
  opacity: 0.5;
}

.vanlinks-pager span {
  color: #333;
  margin-right: 5px;
  vertical-align: top;
  font-size: 14px;
  line-height: 38px;
}

.vanlinks-pager .jumpbox {
  display: inline-block;
}

.vanlinks-pager .prev,
.vanlinks-pager .next,
.vanlinks-pager .jump {
  padding: 0 10px;
  font-family: iconfont;
  background: transparent;
}

.vanlinks-pager .prev {
  content: "\e896";
}

.vanlinks-pager .next {
  content: "\e603";
}

.vanlinks-pager .jumpPage {
  content: "";
}

.vanlinks-pager .pageVal {
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  border: 1px solid #eee;
  padding: 0 10px;
  width: 100px;
  margin-right: 5px;
}

.vanlinks-pager .allcount {
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  float: right;
  margin-left: 5px;
}

.main-right {
  min-height: 440px;
}

/* â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“ ç³»ç»Ÿè½®æ’­ â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“ */
.sysSwiper-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0;
}

.sysSwiper-left,
.sysSwiper-right {
  cursor: pointer;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.sysSwiper-center {
  flex: 1;
  margin: 0 10px;
  flex-shrink: 0;
  max-width: calc(100% - 85px);
}

.sysSwiper-item {
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
}

.sysSwiper-item img {
  width: 100%;
  transition: all 0.5s;
  border-radius: 8px;
}

.sysSwiper-item:hover img {
  width: 100%;
  transform: scale(1.2);
  transition: all 0.5s;
}

.sysSwiper-item .sysSwiper-name {
  /* text-shadow: none;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 25%;
  background-image: linear-gradient(180deg,
      rgb(255, 255, 255) 0,
      rgb(245, 228, 133) 99.971915%);
  -webkit-text-stroke: 1.2px #585757;
  overflow-wrap: break-word;
  color: rgb(255, 255, 255);
  font-size: 35px;
  font-size: 1.6vw;
  letter-spacing: 1.875px;
  font-family: PangMenZhengDao;
  font-weight: bold;
  text-align: center;
  white-space: pre-wrap;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-family: "pangmenzhengdao"; */

  position: absolute;
  width: 100%;
  text-align: center;
  top: 25%;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  font-family: PangMenZhengDao;
  font-family: "pangmenzhengdao";
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0px rgba(26, 29, 31, 0.68);
  font-style: normal;
}


@media screen and (max-width: 1682px) and (min-width: 1603px) {
  .sysSwiper-item .sysSwiper-name {
    font-size: 28px;
    line-height: 1;
  }
}

@media screen and (max-width: 1603px) and (min-width: 1540px)  {
  .sysSwiper-item .sysSwiper-name {
    font-size: 26px;
    line-height: 1;
  }
}

@media screen and (max-width: 1540px)   {
  .sysSwiper-item .sysSwiper-name {
    font-size: 1.5vw;
    line-height: 1;
  }
}

.sysSwiper-item .sysSwiper-name.first {
  display: none !important;
  -webkit-text-stroke: none;
  text-shadow: 3px 4px 0px rgba(8, 59, 201, 0.452);
  background: none;
  color: transparent;
}

/* â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘ ç³»ç»Ÿè½®æ’­ â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘ */




/* 面包屑  mianbaoxie */
.page-breadCrumbs-wrap {
  display: flex;
  align-items: center;
  line-height: 16px;
  padding: 16px 0;
  font-size: 20px;
  color: #a8abb2;
}

.page-breadCrumbs-place {
  width: 16px;
  height: 16px;
  color: #a8abb2;
  margin: 0 6px 0 0;
}

.page-breadCrumbs-wrap a,
.page-breadCrumbs-wrap span {
  padding: 0 6px;
  font-size: 16px;
  color: #666666;
}

.page-breadCrumbs-wrap a:last-child {
  color: #0095FF;
  cursor: pointer;
}

/* 面包屑  mianbaoxie */


.page-subMenu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}


.page-detailWrap {
  min-height: calc(100vh - 415px);
}


.page-detail a {
  text-decoration: underline;
  color: -webkit-link;
}

.page-detail img {
  max-width: 100%;
}

.vl-pointer{
  cursor: pointer;
}